←Select platform

GetEnumerator Method

Summary

Returns an enumerator that iterates through the collection.

Syntax

C#
VB
C++
public virtual IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator() 
  
Public Overridable Function GetEnumerator() As IEnumerator(Of KeyValuePair(Of TKey,TValue)) 
public: 
virtual IEnumerator<KeyValuePair<TKey^,TValue^>>^ GetEnumerator();  

Return Value

A IEnumerator that can be used to iterate through the collection.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly